We've moved! — MindVault360 is now HexLab. Better design, more content & premium notes.

Visit HexLab →

MindVault360 has moved!

We've upgraded to HexLab — a faster, more professional platform with better content, premium notes, and a modern design.

Visit us at hexlab

Friday, December 6, 2024

Transient - Keyword


(Tap the post to see more)


"transient" is a Java keyword that is used to indicate that a field should not be serialized when an object is transformed into a stream of bytes.

When an object is serialized, its non-transient fields are converted into a byte stream that can be written to a file or sent over a network. 

However, transient fields are not included in the serialization process and their values are not saved. 




 

← Back Next →

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home